projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80bdfd7
)
Release 2012.0
author
Colin Walters
<walters@verbum.org>
Sat, 31 Mar 2012 16:34:11 +0000
(12:34 -0400)
committer
Colin Walters
<walters@verbum.org>
Sat, 31 Mar 2012 16:34:11 +0000
(12:34 -0400)
This marks a new versioning scheme.
Makefile.am
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index c300c89948243779ddfa248d612d115a2f6a576e..48951ad2c316534cd8b8d6d766e2fb3a5072ea5c 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-80,3
+80,5
@@
doc/%.1: doc/%.xml
endif
+release-tag:
+ git tag -m "Release $(VERSION)" v$(VERSION)
diff --git
a/configure.ac
b/configure.ac
index 28189070c5190124e91825ac33599e5b3dd4d9ce..71849f19db08ec8b6ea96548c6de87c9ca1a186a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
AC_PREREQ([2.63])
-AC_INIT([ostree], [0], [walters@verbum.org])
+AC_INIT([ostree], [
2012.
0], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])